From 9cd2da58c2bcde0f294eec1fbed33158ee08bd43 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 22 Nov 2000 15:09:39 +0000 Subject: [PATCH] Remove autoload cookied, add author, maintainer, keywords tags. --- lisp/emacs-lisp/authors.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 1e5c48323e8..e818ca88d6c 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -2,6 +2,10 @@ ;; Copyright (C) 2000 Free Software Foundation, Inc. +;; Author: Gerd Moellmann +;; Maintainer: FSF +;; Keywords: maint + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -418,7 +422,6 @@ CHANGES is an alist of entries (FILE ACTION...), as produced by (insert author " (changed) " file "\n")))))))) -;;;###autoload (defun authors (root) "Extract author information from change logs and Lisp source files. ROOT is the root directory under which to find the files. If called @@ -451,7 +454,6 @@ buffer *Authors* containing authorship information." (pop-to-buffer buffer-name)))) -;;;###autoload (defun batch-update-authors () "Produce an AUTHORS file. Call this function in batch mode with two command line arguments FILE -- 2.30.2